CAP0I=DISABLED, CAP0FE=DISABLED, CAP0RE=DISABLED
Capture Control Register (CCR). The CCR controls which edges of the capture inputs are used to load the Capture Registers and whether or not an interrupt is generated when a capture takes place.
CAP0RE | Capture on CT16Bn_CAP0 rising edge: a sequence of 0 then 1 on CT16Bn_CAP0 will cause CR0 to be loaded with the contents of TC. 0 (DISABLED): Disabled 1 (ENABLED): Enabled |
CAP0FE | Capture on CT16Bn_CAP0 falling edge: a sequence of 1 then 0 on CT16Bn_CAP0 will cause CR0 to be loaded with the contents of TC. 0 (DISABLED): Disabled 1 (ENABLED): Enabled |
CAP0I | Interrupt on CT16Bn_CAP0 event: a CR0 load due to a CT16Bn_CAP0 event will generate an interrupt. 0 (DISABLED): Disabled 1 (ENABLED): Enabled |
RESERVED | Reserved, user software should not write ones to reserved bits. The value read from a reserved bit is not defined. |